- time loop
- петля годографа* * *петля годографа
Англо-русский словарь нефтегазовой промышленности. 2011.
Англо-русский словарь нефтегазовой промышленности. 2011.
Time loop — A time loop or temporal loop is a common plot device in science fiction (especially in universes where time travel is commonplace) in which time runs normally for a set period (usually a day or a few hours) but then skips back like a broken… … Wikipedia
Time (Young Ones episode) — Time was the tenth episode of British sitcom The Young Ones . It was written by Ben Elton, Rik Mayall and Lise Mayer, and directed by Geoff Posner. It was first aired on BBC2 on June 5, 1984.CharactersAs with all episodes of The Young Ones , the… … Wikipedia
closed time loop — noun A chain of events in which someone or something time travels to the past as a means to fulfill their role in the history exactly as it already happened, thus implying impossibility to change the past … Wiktionary
Loop optimization — In compiler theory, loop optimization plays an important role in improving cache performance, making effective use of parallel processing capabilities, and reducing overheads associated with executing loops. Most execution time of a scientific… … Wikipedia
Time travel — This article details time travel itself. For other uses, see Time Traveler. Time travel is the concept of moving between different moments in time in a manner analogous to moving between different points in space, either sending objects (or in… … Wikipedia
Time slip — A time slip (also called a timeslip) is an alleged paranormal phenomenon in which a person, or group of people, travel through time through supernatural (rather than technological) means. As with all paranormal phenomena, the objective reality of … Wikipedia
Loop nest optimization — (LNO) is a special case of loop transformation, dealing with nested loops, that allows large reductions in the cache bandwidth necessary for some common algorithms.Example: Matrix multiplyMany large mathematical operations on computers end up… … Wikipedia
Loop of Henle — Scheme of renal tubule and its vascular supply. (Loop of Henle visible center left.) Latin ansa nephroni Gray s … Wikipedia
Loop (band) — Loop was a South London band founded in 1986 by Robert Hampson and his wife, Bex, and active until 1991.CareerThe band was formed in 1986 by Robert Hampson (vocals, guitar), with wife Bex on drums. Bex was soon replaced by John Wills (of The… … Wikipedia
Loop unwinding — Loop unwinding, also known as loop unrolling, is a loop transformation technique that attempts optimize a program s execution speed at the expense of its size.The goal of loop unwinding is to increase the programs speed by reducing (or… … Wikipedia
Loop fusion — Loop fusion, also called loop jamming, is a compiler optimization, a loop transformation, which replaces multiple loops with a single one. Example in C int i, a [100] , b [100] ; for (i = 0; i < 100; i++) { a [i] = 1; } for (i = 0; i < 100; i++)… … Wikipedia